Html Css Color HEX #D7CB41 Wattle

📋 copy color: '#D7CB41'

red 215 ◦ green 203 ◦ blue 65

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

Shades of Wattle #D7CB41

Tints of Wattle #D7CB41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.46%

R = 44.51%
G = 42.03%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D7CB41 (or 0xD7CB41) is known color: Wattle. HEX triplet: D7, CB and 41. RGB value is (215,203,65). Sum of RGB (Red+Green+Blue) = 215+203+65=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 65 (25.78% from 255 or 13.46% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CB41 is #2834BE. Grayscale: #BFBFBF. Windows color (decimal): -2634943 or 4312023. OLE color: 4312023.

HSL color Cylindrical-coordinate representation of color #D7CB41: hue angle of 55.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D7CB41 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 203 65 -
CMYK 0 0.06 0.70 0.16
HSL 55.2º 0.65% 0.55% -
HSV(B) 55.2º 0.7% 0.84% -
XYZ 50.33 57.54 13.45 -
YUV 190.86 56.98 145.22 -
System Red Green Blue C M Y K H S L
Decimal 215 203 65 0 0.06 0.70 0.16 55.2 0.65 0.55
Hex D7 CB 41 0 6 46 10 37 41 37
Octal 327 313 101 0 6 106 20 67 101 67
Binary 11010111 11001011 1000001 0 110 1000110 10000 110111 1000001 110111

Color Harmonies of #D7CB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CB41

Black with #D7CB41

Text Example


Text Example

White with #D7CB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CB41; }

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

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

background-color css

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

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

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

border-color css

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

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

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