Html Css Color HEX #CDCC2E Bitter Lemon

📋 copy color: '#CDCC2E'

red 205 ◦ green 204 ◦ blue 46

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

Shades of Bitter Lemon #CDCC2E

Tints of Bitter Lemon #CDCC2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.11%

R = 45.05%
G = 44.84%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CDCC2E (or 0xCDCC2E) is known color: Bitter Lemon. HEX triplet: CD, CC and 2E. RGB value is (205,204,46). Sum of RGB (Red+Green+Blue) = 205+204+46=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 46 (18.36% from 255 or 10.11% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDCC2E is #3233D1. Grayscale: #BABABA. Windows color (decimal): -3290066 or 3067085. OLE color: 3067085.

HSL color Cylindrical-coordinate representation of color #CDCC2E: hue angle of 59.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDCC2E is Cyan = 0, Magento = 0.00, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 204 46 -
CMYK 0 0.00 0.78 0.20
HSL 59.62º 0.63% 0.49% -
HSV(B) 59.62º 0.78% 0.8% -
XYZ 47.26 56.36 10.97 -
YUV 186.29 48.83 141.35 -
System Red Green Blue C M Y K H S L
Decimal 205 204 46 0 0.00 0.78 0.20 59.62 0.63 0.49
Hex CD CC 2E 0 0 4E 14 3C 3F 31
Octal 315 314 56 0 0 116 24 74 77 61
Binary 11001101 11001100 101110 0 0 1001110 10100 111100 111111 110001

Color Harmonies of #CDCC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDCC2E

Black with #CDCC2E

Text Example


Text Example

White with #CDCC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDCC2E; }

 p { color: rgb(205,204,46); }

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

background-color css

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

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

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

border-color css

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

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

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