Html Css Color HEX #CDCD32 Bitter Lemon

📋 copy color: '#CDCD32'

red 205 ◦ green 205 ◦ blue 50

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

Shades of Bitter Lemon #CDCD32

Tints of Bitter Lemon #CDCD32

RGB

 RED value IS 205 (80.47% from 255) = 44.57%

 GREEN value IS 205 (80.47% from 255) = 44.57%

 BLUE value IS 50 (19.92% from 255) = 10.87%

R = 44.57%
G = 44.57%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CDCD32 (or 0xCDCD32) is known color: Bitter Lemon. HEX triplet: CD, CD and 32. RGB value is (205,205,50). Sum of RGB (Red+Green+Blue) = 205+205+50=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 50 (19.92% from 255 or 10.87% from 460); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDCD32 is #3232CD. Grayscale: #BBBBBB. Windows color (decimal): -3289806 or 3329485. OLE color: 3329485.

HSL color Cylindrical-coordinate representation of color #CDCD32: 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 #CDCD32 is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 205 50 -
CMYK 0 0 0.76 0.20
HSL 60º 0.61% 0.5% -
HSV(B) 60º 0.76% 0.8% -
XYZ 47.58 56.87 11.49 -
YUV 187.33 50.5 140.6 -
System Red Green Blue C M Y K H S L
Decimal 205 205 50 0 0 0.76 0.20 60 0.61 0.5
Hex CD CD 32 0 0 4C 14 3C 3D 32
Octal 315 315 62 0 0 114 24 74 75 62
Binary 11001101 11001101 110010 0 0 1001100 10100 111100 111101 110010

Color Harmonies of #CDCD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDCD32

Black with #CDCD32

Text Example


Text Example

White with #CDCD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDCD32; }

 p { color: rgb(205,205,50); }

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

background-color css

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

 a { background-color: rgb(205,205,50); }

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

border-color css

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

 span { border-color: rgb(205,205,50); }

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