Html Css Color HEX #D7CB3C Wattle

📋 copy color: '#D7CB3C'

red 215 ◦ green 203 ◦ blue 60

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

Shades of Wattle #D7CB3C

Tints of Wattle #D7CB3C

RGB

 RED value IS 215 (84.38% from 255) = 44.98%

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

 BLUE value IS 60 (23.83% from 255) = 12.55%

R = 44.98%
G = 42.47%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D7CB3C (or 0xD7CB3C) is known color: Wattle. HEX triplet: D7, CB and 3C. RGB value is (215,203,60). Sum of RGB (Red+Green+Blue) = 215+203+60=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 60 (23.83% from 255 or 12.55% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CB3C is #2834C3. Grayscale: #BEBEBE. Windows color (decimal): -2634948 or 3984343. OLE color: 3984343.

HSL color Cylindrical-coordinate representation of color #D7CB3C: hue angle of 55.35º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D7CB3C is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 203 60 -
CMYK 0 0.06 0.72 0.16
HSL 55.35º 0.66% 0.54% -
HSV(B) 55.35º 0.72% 0.84% -
XYZ 50.2 57.49 12.73 -
YUV 190.29 54.48 145.63 -
System Red Green Blue C M Y K H S L
Decimal 215 203 60 0 0.06 0.72 0.16 55.35 0.66 0.54
Hex D7 CB 3C 0 6 48 10 37 42 36
Octal 327 313 74 0 6 110 20 67 102 66
Binary 11010111 11001011 111100 0 110 1001000 10000 110111 1000010 110110

Color Harmonies of #D7CB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CB3C

Black with #D7CB3C

Text Example


Text Example

White with #D7CB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CB3C; }

 p { color: rgb(215,203,60); }

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

background-color css

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

 a { background-color: rgb(215,203,60); }

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

border-color css

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

 span { border-color: rgb(215,203,60); }

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