Html Css Color HEX #CCD37D Deco

📋 copy color: '#CCD37D'

red 204 ◦ green 211 ◦ blue 125

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

Shades of Deco #CCD37D

Tints of Deco #CCD37D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.07%

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

R = 37.78%
G = 39.07%
B = 23.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#CCD37D (or 0xCCD37D) is known color: Deco. HEX triplet: CC, D3 and 7D. RGB value is (204,211,125). Sum of RGB (Red+Green+Blue) = 204+211+125=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 211 (82.81% from 255 or 39.07% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD37D is #332C82. Grayscale: #C7C7C7. Windows color (decimal): -3353731 or 8246220. OLE color: 8246220.

HSL color Cylindrical-coordinate representation of color #CCD37D: hue angle of 64.88º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCD37D is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 211 125 -
CMYK 0.03 0 0.41 0.17
HSL 64.88º 0.49% 0.66% -
HSV(B) 64.88º 0.41% 0.83% -
XYZ 51.9 60.91 28.42 -
YUV 199.1 86.18 131.49 -
System Red Green Blue C M Y K H S L
Decimal 204 211 125 0.03 0 0.41 0.17 64.88 0.49 0.66
Hex CC D3 7D 3 0 29 11 41 31 42
Octal 314 323 175 3 0 51 21 101 61 102
Binary 11001100 11010011 1111101 11 0 101001 10001 1000001 110001 1000010

Color Harmonies of #CCD37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD37D

Black with #CCD37D

Text Example


Text Example

White with #CCD37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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