Html Css Color HEX #CCD47A Deco

📋 copy color: '#CCD47A'

red 204 ◦ green 212 ◦ blue 122

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

Shades of Deco #CCD47A

Tints of Deco #CCD47A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.41%

 BLUE value IS 122 (48.05% from 255) = 22.68%

R = 37.92%
G = 39.41%
B = 22.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#CCD47A (or 0xCCD47A) is known color: Deco. HEX triplet: CC, D4 and 7A. RGB value is (204,212,122). Sum of RGB (Red+Green+Blue) = 204+212+122=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 122 (48.05% from 255 or 22.68% from 538); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD47A is #332B85. Grayscale: #C7C7C7. Windows color (decimal): -3353478 or 8049868. OLE color: 8049868.

HSL color Cylindrical-coordinate representation of color #CCD47A: hue angle of 65.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCD47A is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 212 122 -
CMYK 0.04 0 0.42 0.17
HSL 65.33º 0.51% 0.65% -
HSV(B) 65.33º 0.42% 0.83% -
XYZ 51.96 61.33 27.51 -
YUV 199.35 84.35 131.32 -
System Red Green Blue C M Y K H S L
Decimal 204 212 122 0.04 0 0.42 0.17 65.33 0.51 0.65
Hex CC D4 7A 4 0 2A 11 41 33 41
Octal 314 324 172 4 0 52 21 101 63 101
Binary 11001100 11010100 1111010 100 0 101010 10001 1000001 110011 1000001

Color Harmonies of #CCD47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD47A

Black with #CCD47A

Text Example


Text Example

White with #CCD47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD47A; }

 p { color: rgb(204,212,122); }

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

background-color css

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

 a { background-color: rgb(204,212,122); }

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

border-color css

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

 span { border-color: rgb(204,212,122); }

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