Html Css Color HEX #CDCC2F Bitter Lemon

📋 copy color: '#CDCC2F'

red 205 ◦ green 204 ◦ blue 47

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

Shades of Bitter Lemon #CDCC2F

Tints of Bitter Lemon #CDCC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.31%

R = 44.96%
G = 44.74%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CDCC2F (or 0xCDCC2F) is known color: Bitter Lemon. HEX triplet: CD, CC and 2F. RGB value is (205,204,47). Sum of RGB (Red+Green+Blue) = 205+204+47=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 47 (18.75% from 255 or 10.31% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDCC2F is #3233D0. Grayscale: #BBBBBB. Windows color (decimal): -3290065 or 3132621. OLE color: 3132621.

HSL color Cylindrical-coordinate representation of color #CDCC2F: 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.77%. Process color model (Four color, CMYK) of #CDCC2F is Cyan = 0, Magento = 0.00, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 204 47 -
CMYK 0 0.00 0.77 0.20
HSL 59.62º 0.63% 0.49% -
HSV(B) 59.62º 0.77% 0.8% -
XYZ 47.28 56.37 11.08 -
YUV 186.4 49.33 141.27 -
System Red Green Blue C M Y K H S L
Decimal 205 204 47 0 0.00 0.77 0.20 59.62 0.63 0.49
Hex CD CC 2F 0 0 4D 14 3C 3F 31
Octal 315 314 57 0 0 115 24 74 77 61
Binary 11001101 11001100 101111 0 0 1001101 10100 111100 111111 110001

Color Harmonies of #CDCC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDCC2F

Black with #CDCC2F

Text Example


Text Example

White with #CDCC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDCC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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