Html Css Color HEX #CCD733 Bitter Lemon

📋 copy color: '#CCD733'

red 204 ◦ green 215 ◦ blue 51

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

Shades of Bitter Lemon #CCD733

Tints of Bitter Lemon #CCD733

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.74%

 BLUE value IS 51 (20.31% from 255) = 10.85%

R = 43.4%
G = 45.74%
B = 10.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#CCD733 (or 0xCCD733) is known color: Bitter Lemon. HEX triplet: CC, D7 and 33. RGB value is (204,215,51). Sum of RGB (Red+Green+Blue) = 204+215+51=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 215 (84.38% from 255 or 45.74% from 470); Blue value is 51 (20.31% from 255 or 10.85% from 470); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD733 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD733 is #3328CC. Grayscale: #C1C1C1. Windows color (decimal): -3352781 or 3397580. OLE color: 3397580.

HSL color Cylindrical-coordinate representation of color #CCD733: hue angle of 64.02º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCD733 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 215 51 -
CMYK 0.05 0 0.76 0.16
HSL 64.02º 0.67% 0.52% -
HSV(B) 64.02º 0.76% 0.84% -
XYZ 49.8 61.68 12.41 -
YUV 193.02 47.86 135.84 -
System Red Green Blue C M Y K H S L
Decimal 204 215 51 0.05 0 0.76 0.16 64.02 0.67 0.52
Hex CC D7 33 5 0 4C 10 40 43 34
Octal 314 327 63 5 0 114 20 100 103 64
Binary 11001100 11010111 110011 101 0 1001100 10000 1000000 1000011 110100

Color Harmonies of #CCD733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD733

Black with #CCD733

Text Example


Text Example

White with #CCD733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD733; }

 p { color: rgb(204,215,51); }

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

background-color css

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

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

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

border-color css

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

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

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