Html Css Color HEX #D8CF35 Wattle

📋 copy color: '#D8CF35'

red 216 ◦ green 207 ◦ blue 53

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

Shades of Wattle #D8CF35

Tints of Wattle #D8CF35

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.49%

 BLUE value IS 53 (21.09% from 255) = 11.13%

R = 45.38%
G = 43.49%
B = 11.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D8CF35 (or 0xD8CF35) is known color: Wattle. HEX triplet: D8, CF and 35. RGB value is (216,207,53). Sum of RGB (Red+Green+Blue) = 216+207+53=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 53 (21.09% from 255 or 11.13% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CF35 is #2730CA. Grayscale: #C0C0C0. Windows color (decimal): -2568395 or 3526616. OLE color: 3526616.

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

Color convert

RGB 216 207 53 -
CMYK 0 0.04 0.75 0.15
HSL 56.69º 0.68% 0.53% -
HSV(B) 56.69º 0.75% 0.85% -
XYZ 51.27 59.48 12.15 -
YUV 192.14 49.48 145.02 -
System Red Green Blue C M Y K H S L
Decimal 216 207 53 0 0.04 0.75 0.15 56.69 0.68 0.53
Hex D8 CF 35 0 4 4B F 39 44 35
Octal 330 317 65 0 4 113 17 71 104 65
Binary 11011000 11001111 110101 0 100 1001011 1111 111001 1000100 110101

Color Harmonies of #D8CF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CF35

Black with #D8CF35

Text Example


Text Example

White with #D8CF35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CF35; }

 p { color: rgb(216,207,53); }

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

background-color css

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

 a { background-color: rgb(216,207,53); }

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

border-color css

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

 span { border-color: rgb(216,207,53); }

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