Html Css Color HEX #CCD68B Deco

📋 copy color: '#CCD68B'

red 204 ◦ green 214 ◦ blue 139

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

Shades of Deco #CCD68B

Tints of Deco #CCD68B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.42%

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

R = 36.62%
G = 38.42%
B = 24.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#CCD68B (or 0xCCD68B) is known color: Deco. HEX triplet: CC, D6 and 8B. RGB value is (204,214,139). Sum of RGB (Red+Green+Blue) = 204+214+139=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 139 (54.69% from 255 or 24.96% from 557); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD68B is #332974. Grayscale: #CACACA. Windows color (decimal): -3352949 or 9164492. OLE color: 9164492.

HSL color Cylindrical-coordinate representation of color #CCD68B: hue angle of 68º degrees, saturation: 0.48, 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 #CCD68B is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 214 139 -
CMYK 0.05 0 0.35 0.16
HSL 68º 0.48% 0.69% -
HSV(B) 68º 0.35% 0.84% -
XYZ 53.61 62.79 33.72 -
YUV 202.46 92.19 129.1 -
System Red Green Blue C M Y K H S L
Decimal 204 214 139 0.05 0 0.35 0.16 68 0.48 0.69
Hex CC D6 8B 5 0 23 10 44 30 45
Octal 314 326 213 5 0 43 20 104 60 105
Binary 11001100 11010110 10001011 101 0 100011 10000 1000100 110000 1000101

Color Harmonies of #CCD68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD68B

Black with #CCD68B

Text Example


Text Example

White with #CCD68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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