Html Css Color HEX #CECD2D Bitter Lemon

📋 copy color: '#CECD2D'

red 206 ◦ green 205 ◦ blue 45

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

Shades of Bitter Lemon #CECD2D

Tints of Bitter Lemon #CECD2D

RGB

 RED value IS 206 (80.86% from 255) = 45.18%

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

 BLUE value IS 45 (17.97% from 255) = 9.87%

R = 45.18%
G = 44.96%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CECD2D (or 0xCECD2D) is known color: Bitter Lemon. HEX triplet: CE, CD and 2D. RGB value is (206,205,45). Sum of RGB (Red+Green+Blue) = 206+205+45=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 45 (17.97% from 255 or 9.87% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECD2D is #3132D2. Grayscale: #BBBBBB. Windows color (decimal): -3224275 or 3001806. OLE color: 3001806.

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

Color convert

RGB 206 205 45 -
CMYK 0 0.00 0.78 0.19
HSL 59.63º 0.64% 0.49% -
HSV(B) 59.63º 0.78% 0.81% -
XYZ 47.76 56.97 10.96 -
YUV 187.06 47.83 141.51 -
System Red Green Blue C M Y K H S L
Decimal 206 205 45 0 0.00 0.78 0.19 59.63 0.64 0.49
Hex CE CD 2D 0 0 4E 13 3C 40 31
Octal 316 315 55 0 0 116 23 74 100 61
Binary 11001110 11001101 101101 0 0 1001110 10011 111100 1000000 110001

Color Harmonies of #CECD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECD2D

Black with #CECD2D

Text Example


Text Example

White with #CECD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECD2D; }

 p { color: rgb(206,205,45); }

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

background-color css

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

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

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

border-color css

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

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

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