Html Css Color HEX #CCD58B Deco

📋 copy color: '#CCD58B'

red 204 ◦ green 213 ◦ blue 139

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

Shades of Deco #CCD58B

Tints of Deco #CCD58B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.31%

 BLUE value IS 139 (54.69% from 255) = 25%

R = 36.69%
G = 38.31%
B = 25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#CCD58B (or 0xCCD58B) is known color: Deco. HEX triplet: CC, D5 and 8B. RGB value is (204,213,139). Sum of RGB (Red+Green+Blue) = 204+213+139=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 213 (83.59% from 255 or 38.31% from 556); Blue value is 139 (54.69% from 255 or 25% from 556); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD58B is #332A74. Grayscale: #CACACA. Windows color (decimal): -3353205 or 9164236. OLE color: 9164236.

HSL color Cylindrical-coordinate representation of color #CCD58B: hue angle of 67.3º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCD58B is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 213 139 -
CMYK 0.04 0 0.35 0.16
HSL 67.3º 0.47% 0.69% -
HSV(B) 67.3º 0.35% 0.84% -
XYZ 53.36 62.29 33.64 -
YUV 201.87 92.52 129.52 -
System Red Green Blue C M Y K H S L
Decimal 204 213 139 0.04 0 0.35 0.16 67.3 0.47 0.69
Hex CC D5 8B 4 0 23 10 43 2F 45
Octal 314 325 213 4 0 43 20 103 57 105
Binary 11001100 11010101 10001011 100 0 100011 10000 1000011 101111 1000101

Color Harmonies of #CCD58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD58B

Black with #CCD58B

Text Example


Text Example

White with #CCD58B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD58B; }

 p { color: rgb(204,213,139); }

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

background-color css

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

 a { background-color: rgb(204,213,139); }

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

border-color css

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

 span { border-color: rgb(204,213,139); }

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