Html Css Color HEX #DCCB68 Chenin

📋 copy color: '#DCCB68'

red 220 ◦ green 203 ◦ blue 104

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

Shades of Chenin #DCCB68

Tints of Chenin #DCCB68

RGB

 RED value IS 220 (86.33% from 255) = 41.75%

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

 BLUE value IS 104 (41.02% from 255) = 19.73%

R = 41.75%
G = 38.52%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DCCB68 (or 0xDCCB68) is known color: Chenin. HEX triplet: DC, CB and 68. RGB value is (220,203,104). Sum of RGB (Red+Green+Blue) = 220+203+104=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 104 (41.02% from 255 or 19.73% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCB68 is #233497. Grayscale: #C5C5C5. Windows color (decimal): -2307224 or 6867932. OLE color: 6867932.

HSL color Cylindrical-coordinate representation of color #DCCB68: hue angle of 51.21º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCCB68 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 203 104 -
CMYK 0 0.08 0.53 0.14
HSL 51.21º 0.62% 0.64% -
HSV(B) 51.21º 0.53% 0.86% -
XYZ 53.37 58.93 21.66 -
YUV 196.8 75.63 144.55 -
System Red Green Blue C M Y K H S L
Decimal 220 203 104 0 0.08 0.53 0.14 51.21 0.62 0.64
Hex DC CB 68 0 8 35 E 33 3E 40
Octal 334 313 150 0 10 65 16 63 76 100
Binary 11011100 11001011 1101000 0 1000 110101 1110 110011 111110 1000000

Color Harmonies of #DCCB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCB68

Black with #DCCB68

Text Example


Text Example

White with #DCCB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCB68; }

 p { color: rgb(220,203,104); }

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

background-color css

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

 a { background-color: rgb(220,203,104); }

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

border-color css

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

 span { border-color: rgb(220,203,104); }

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