Html Css Color HEX #CCD331 Bitter Lemon

📋 copy color: '#CCD331'

red 204 ◦ green 211 ◦ blue 49

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

Shades of Bitter Lemon #CCD331

Tints of Bitter Lemon #CCD331

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.47%

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

R = 43.97%
G = 45.47%
B = 10.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#CCD331 (or 0xCCD331) is known color: Bitter Lemon. HEX triplet: CC, D3 and 31. RGB value is (204,211,49). Sum of RGB (Red+Green+Blue) = 204+211+49=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 49 (19.53% from 255 or 10.56% from 464); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD331 is #332CCE. Grayscale: #BFBFBF. Windows color (decimal): -3353807 or 3265484. OLE color: 3265484.

HSL color Cylindrical-coordinate representation of color #CCD331: hue angle of 62.59º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCD331 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 211 49 -
CMYK 0.03 0 0.77 0.17
HSL 62.59º 0.65% 0.51% -
HSV(B) 62.59º 0.77% 0.83% -
XYZ 48.75 59.65 11.85 -
YUV 190.44 48.18 137.67 -
System Red Green Blue C M Y K H S L
Decimal 204 211 49 0.03 0 0.77 0.17 62.59 0.65 0.51
Hex CC D3 31 3 0 4D 11 3F 41 33
Octal 314 323 61 3 0 115 21 77 101 63
Binary 11001100 11010011 110001 11 0 1001101 10001 111111 1000001 110011

Color Harmonies of #CCD331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD331

Black with #CCD331

Text Example


Text Example

White with #CCD331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD331; }

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

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

background-color css

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

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

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

border-color css

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

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

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