Html Css Color HEX #CCD07D Deco

📋 copy color: '#CCD07D'

red 204 ◦ green 208 ◦ blue 125

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

Shades of Deco #CCD07D

Tints of Deco #CCD07D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.73%

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

R = 37.99%
G = 38.73%
B = 23.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#CCD07D (or 0xCCD07D) is known color: Deco. HEX triplet: CC, D0 and 7D. RGB value is (204,208,125). Sum of RGB (Red+Green+Blue) = 204+208+125=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 125 (49.22% from 255 or 23.28% from 537); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD07D is #332F82. Grayscale: #C5C5C5. Windows color (decimal): -3354499 or 8245452. OLE color: 8245452.

HSL color Cylindrical-coordinate representation of color #CCD07D: hue angle of 62.89º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCD07D is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 208 125 -
CMYK 0.02 0 0.40 0.18
HSL 62.89º 0.47% 0.65% -
HSV(B) 62.89º 0.4% 0.82% -
XYZ 51.16 59.43 28.18 -
YUV 197.34 87.17 132.75 -
System Red Green Blue C M Y K H S L
Decimal 204 208 125 0.02 0 0.40 0.18 62.89 0.47 0.65
Hex CC D0 7D 2 0 28 12 3F 2F 41
Octal 314 320 175 2 0 50 22 77 57 101
Binary 11001100 11010000 1111101 10 0 101000 10010 111111 101111 1000001

Color Harmonies of #CCD07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD07D

Black with #CCD07D

Text Example


Text Example

White with #CCD07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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