Html Css Color HEX #CCCF31 Bitter Lemon

📋 copy color: '#CCCF31'

red 204 ◦ green 207 ◦ blue 49

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

Shades of Bitter Lemon #CCCF31

Tints of Bitter Lemon #CCCF31

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45%

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

R = 44.35%
G = 45%
B = 10.65%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CCCF31 (or 0xCCCF31) is known color: Bitter Lemon. HEX triplet: CC, CF and 31. RGB value is (204,207,49). Sum of RGB (Red+Green+Blue) = 204+207+49=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 49 (19.53% from 255 or 10.65% from 460); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCF31 is #3330CE. Grayscale: #BCBCBC. Windows color (decimal): -3354831 or 3264460. OLE color: 3264460.

HSL color Cylindrical-coordinate representation of color #CCCF31: hue angle of 61.14º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCCF31 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 207 49 -
CMYK 0.01 0 0.76 0.19
HSL 61.14º 0.62% 0.5% -
HSV(B) 61.14º 0.76% 0.81% -
XYZ 47.77 57.68 11.52 -
YUV 188.09 49.51 139.35 -
System Red Green Blue C M Y K H S L
Decimal 204 207 49 0.01 0 0.76 0.19 61.14 0.62 0.5
Hex CC CF 31 1 0 4C 13 3D 3E 32
Octal 314 317 61 1 0 114 23 75 76 62
Binary 11001100 11001111 110001 1 0 1001100 10011 111101 111110 110010

Color Harmonies of #CCCF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCF31

Black with #CCCF31

Text Example


Text Example

White with #CCCF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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