Html Css Color HEX #D4C874 Chenin

📋 copy color: '#D4C874'

red 212 ◦ green 200 ◦ blue 116

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

Shades of Chenin #D4C874

Tints of Chenin #D4C874

RGB

 RED value IS 212 (83.2% from 255) = 40.15%

 GREEN value IS 200 (78.52% from 255) = 37.88%

 BLUE value IS 116 (45.7% from 255) = 21.97%

R = 40.15%
G = 37.88%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D4C874 (or 0xD4C874) is known color: Chenin. HEX triplet: D4, C8 and 74. RGB value is (212,200,116). Sum of RGB (Red+Green+Blue) = 212+200+116=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 200 (78.52% from 255 or 37.88% from 528); Blue value is 116 (45.70% from 255 or 21.97% from 528); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C874 is #2B378B. Grayscale: #C2C2C2. Windows color (decimal): -2832268 or 7653588. OLE color: 7653588.

HSL color Cylindrical-coordinate representation of color #D4C874: hue angle of 52.5º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4C874 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 200 116 -
CMYK 0 0.06 0.45 0.17
HSL 52.5º 0.53% 0.64% -
HSV(B) 52.5º 0.45% 0.83% -
XYZ 50.96 56.57 24.76 -
YUV 194.01 83.98 140.83 -
System Red Green Blue C M Y K H S L
Decimal 212 200 116 0 0.06 0.45 0.17 52.5 0.53 0.64
Hex D4 C8 74 0 6 2D 11 34 35 40
Octal 324 310 164 0 6 55 21 64 65 100
Binary 11010100 11001000 1110100 0 110 101101 10001 110100 110101 1000000

Color Harmonies of #D4C874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C874

Black with #D4C874

Text Example


Text Example

White with #D4C874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C874; }

 p { color: rgb(212,200,116); }

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

background-color css

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

 a { background-color: rgb(212,200,116); }

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

border-color css

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

 span { border-color: rgb(212,200,116); }

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