Html Css Color HEX #CCD27B Deco

📋 copy color: '#CCD27B'

red 204 ◦ green 210 ◦ blue 123

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

Shades of Deco #CCD27B

Tints of Deco #CCD27B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.11%

 BLUE value IS 123 (48.44% from 255) = 22.91%

R = 37.99%
G = 39.11%
B = 22.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#CCD27B (or 0xCCD27B) is known color: Deco. HEX triplet: CC, D2 and 7B. RGB value is (204,210,123). Sum of RGB (Red+Green+Blue) = 204+210+123=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 123 (48.44% from 255 or 22.91% from 537); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD27B is #332D84. Grayscale: #C6C6C6. Windows color (decimal): -3353989 or 8114892. OLE color: 8114892.

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

Color convert

RGB 204 210 123 -
CMYK 0.03 0 0.41 0.18
HSL 64.14º 0.49% 0.65% -
HSV(B) 64.14º 0.41% 0.82% -
XYZ 51.52 60.36 27.67 -
YUV 198.29 85.51 132.07 -
System Red Green Blue C M Y K H S L
Decimal 204 210 123 0.03 0 0.41 0.18 64.14 0.49 0.65
Hex CC D2 7B 3 0 29 12 40 31 41
Octal 314 322 173 3 0 51 22 100 61 101
Binary 11001100 11010010 1111011 11 0 101001 10010 1000000 110001 1000001

Color Harmonies of #CCD27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD27B

Black with #CCD27B

Text Example


Text Example

White with #CCD27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD27B; }

 p { color: rgb(204,210,123); }

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

background-color css

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

 a { background-color: rgb(204,210,123); }

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

border-color css

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

 span { border-color: rgb(204,210,123); }

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