Html Css Color HEX #D2CF35 Wattle

📋 copy color: '#D2CF35'

red 210 ◦ green 207 ◦ blue 53

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

Shades of Wattle #D2CF35

Tints of Wattle #D2CF35

RGB

 RED value IS 210 (82.42% from 255) = 44.68%

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

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

R = 44.68%
G = 44.04%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D2CF35 (or 0xD2CF35) is known color: Wattle. HEX triplet: D2, CF and 35. RGB value is (210,207,53). Sum of RGB (Red+Green+Blue) = 210+207+53=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 53 (21.09% from 255 or 11.28% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CF35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CF35 is #2D30CA. Grayscale: #BEBEBE. Windows color (decimal): -2961611 or 3526610. OLE color: 3526610.

HSL color Cylindrical-coordinate representation of color #D2CF35: hue angle of 58.85º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2CF35 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 207 53 -
CMYK 0 0.01 0.75 0.18
HSL 58.85º 0.64% 0.52% -
HSV(B) 58.85º 0.75% 0.82% -
XYZ 49.53 58.58 12.07 -
YUV 190.34 50.49 142.02 -
System Red Green Blue C M Y K H S L
Decimal 210 207 53 0 0.01 0.75 0.18 58.85 0.64 0.52
Hex D2 CF 35 0 1 4B 12 3B 40 34
Octal 322 317 65 0 1 113 22 73 100 64
Binary 11010010 11001111 110101 0 1 1001011 10010 111011 1000000 110100

Color Harmonies of #D2CF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CF35

Black with #D2CF35

Text Example


Text Example

White with #D2CF35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CF35; }

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

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

background-color css

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

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

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

border-color css

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

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

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