Html Css Color HEX #CCD67D Deco

📋 copy color: '#CCD67D'

red 204 ◦ green 214 ◦ blue 125

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

Shades of Deco #CCD67D

Tints of Deco #CCD67D

RGB

 RED value IS 204 (80.08% from 255) = 37.57%

 GREEN value IS 214 (83.98% from 255) = 39.41%

 BLUE value IS 125 (49.22% from 255) = 23.02%

R = 37.57%
G = 39.41%
B = 23.02%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#CCD67D (or 0xCCD67D) is known color: Deco. HEX triplet: CC, D6 and 7D. RGB value is (204,214,125). Sum of RGB (Red+Green+Blue) = 204+214+125=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 125 (49.22% from 255 or 23.02% from 543); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD67D is #332982. Grayscale: #C9C9C9. Windows color (decimal): -3352963 or 8246988. OLE color: 8246988.

HSL color Cylindrical-coordinate representation of color #CCD67D: hue angle of 66.74º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCD67D is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 214 125 -
CMYK 0.05 0 0.42 0.16
HSL 66.74º 0.52% 0.66% -
HSV(B) 66.74º 0.42% 0.84% -
XYZ 52.65 62.41 28.67 -
YUV 200.86 85.19 130.24 -
System Red Green Blue C M Y K H S L
Decimal 204 214 125 0.05 0 0.42 0.16 66.74 0.52 0.66
Hex CC D6 7D 5 0 2A 10 43 34 42
Octal 314 326 175 5 0 52 20 103 64 102
Binary 11001100 11010110 1111101 101 0 101010 10000 1000011 110100 1000010

Color Harmonies of #CCD67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD67D

Black with #CCD67D

Text Example


Text Example

White with #CCD67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD67D; }

 p { color: rgb(204,214,125); }

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

background-color css

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

 a { background-color: rgb(204,214,125); }

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

border-color css

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

 span { border-color: rgb(204,214,125); }

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