Html Css Color HEX #D8CB38 Wattle

📋 copy color: '#D8CB38'

red 216 ◦ green 203 ◦ blue 56

#D8CB38
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wattle #D8CB38

Tints of Wattle #D8CB38

RGB

 RED value IS 216 (84.77% from 255) = 45.47%

 GREEN value IS 203 (79.69% from 255) = 42.74%

 BLUE value IS 56 (22.27% from 255) = 11.79%

R = 45.47%
G = 42.74%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D8CB38 (or 0xD8CB38) is known color: Wattle. HEX triplet: D8, CB and 38. RGB value is (216,203,56). Sum of RGB (Red+Green+Blue) = 216+203+56=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 56 (22.27% from 255 or 11.79% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CB38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CB38 is #2734C7. Grayscale: #BEBEBE. Windows color (decimal): -2569416 or 3722200. OLE color: 3722200.

HSL color Cylindrical-coordinate representation of color #D8CB38: hue angle of 55.12º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D8CB38 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 203 56 -
CMYK 0 0.06 0.74 0.15
HSL 55.13º 0.67% 0.53% -
HSV(B) 55.13º 0.74% 0.85% -
XYZ 50.39 57.6 12.2 -
YUV 190.13 52.31 146.45 -
System Red Green Blue C M Y K H S L
Decimal 216 203 56 0 0.06 0.74 0.15 55.13 0.67 0.53
Hex D8 CB 38 0 6 4A F 37 43 35
Octal 330 313 70 0 6 112 17 67 103 65
Binary 11011000 11001011 111000 0 110 1001010 1111 110111 1000011 110101

Color Harmonies of #D8CB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CB38

Black with #D8CB38

Text Example


Text Example

White with #D8CB38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CB38; }

 p { color: rgb(216,203,56); }

 H1.HeaderClassName
 {
   color: #D8CB38;
 }
 .AnyTagClassName
 {
   color: #D8CB38;
 }
</style>

background-color css

<style>
 a { background-color: #D8CB38; }

 a { background-color: rgb(216,203,56); }

 div.DivClassName
 {
   background-color: #D8CB38;
 }
 .BgClassName
 {
   background-color: #D8CB38;
 }
</style>

border-color css

<style>
 span { border-color: #D8CB38; }

 span { border-color: rgb(216,203,56); }

 td.TdClassName
 {
   border-color: #D8CB38;
 }
 .TagClassName
 {
   border-color: #D8CB38;
 }
</style>