Html Css Color HEX #DFCB74 Chenin

📋 copy color: '#DFCB74'

red 223 ◦ green 203 ◦ blue 116

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

Shades of Chenin #DFCB74

Tints of Chenin #DFCB74

RGB

 RED value IS 223 (87.5% from 255) = 41.14%

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

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

R = 41.14%
G = 37.45%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DFCB74 (or 0xDFCB74) is known color: Chenin. HEX triplet: DF, CB and 74. RGB value is (223,203,116). Sum of RGB (Red+Green+Blue) = 223+203+116=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 116 (45.70% from 255 or 21.40% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCB74 is #20348B. Grayscale: #C7C7C7. Windows color (decimal): -2110604 or 7654367. OLE color: 7654367.

HSL color Cylindrical-coordinate representation of color #DFCB74: hue angle of 48.79º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFCB74 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 203 116 -
CMYK 0 0.09 0.48 0.13
HSL 48.79º 0.63% 0.66% -
HSV(B) 48.79º 0.48% 0.87% -
XYZ 54.94 59.66 25.14 -
YUV 199.06 81.13 145.07 -
System Red Green Blue C M Y K H S L
Decimal 223 203 116 0 0.09 0.48 0.13 48.79 0.63 0.66
Hex DF CB 74 0 9 30 D 31 3F 42
Octal 337 313 164 0 11 60 15 61 77 102
Binary 11011111 11001011 1110100 0 1001 110000 1101 110001 111111 1000010

Color Harmonies of #DFCB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCB74

Black with #DFCB74

Text Example


Text Example

White with #DFCB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCB74; }

 p { color: rgb(223,203,116); }

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

background-color css

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

 a { background-color: rgb(223,203,116); }

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

border-color css

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

 span { border-color: rgb(223,203,116); }

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