Html Css Color HEX #CCCC31 Bitter Lemon

📋 copy color: '#CCCC31'

red 204 ◦ green 204 ◦ blue 49

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

Shades of Bitter Lemon #CCCC31

Tints of Bitter Lemon #CCCC31

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.64%

 BLUE value IS 49 (19.53% from 255) = 10.72%

R = 44.64%
G = 44.64%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CCCC31 (or 0xCCCC31) is known color: Bitter Lemon. HEX triplet: CC, CC and 31. RGB value is (204,204,49). Sum of RGB (Red+Green+Blue) = 204+204+49=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 49 (19.53% from 255 or 10.72% from 457); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCC31 is #3333CE. Grayscale: #BABABA. Windows color (decimal): -3355599 or 3263692. OLE color: 3263692.

HSL color Cylindrical-coordinate representation of color #CCCC31: hue angle of 60º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCCC31 is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 204 49 -
CMYK 0 0 0.76 0.2
HSL 60º 0.61% 0.5% -
HSV(B) 60º 0.76% 0.8% -
XYZ 47.05 56.24 11.28 -
YUV 186.33 50.5 140.6 -
System Red Green Blue C M Y K H S L
Decimal 204 204 49 0 0 0.76 0.2 60 0.61 0.5
Hex CC CC 31 0 0 4C 14 3C 3D 32
Octal 314 314 61 0 0 114 24 74 75 62
Binary 11001100 11001100 110001 0 0 1001100 10100 111100 111101 110010

Color Harmonies of #CCCC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC31

Black with #CCCC31

Text Example


Text Example

White with #CCCC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC31; }

 p { color: rgb(204,204,49); }

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

background-color css

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

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

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

border-color css

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

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

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