Html Css Color HEX #CFCD2D Bitter Lemon

📋 copy color: '#CFCD2D'

red 207 ◦ green 205 ◦ blue 45

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

Shades of Bitter Lemon #CFCD2D

Tints of Bitter Lemon #CFCD2D

RGB

 RED value IS 207 (81.25% from 255) = 45.3%

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

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

R = 45.3%
G = 44.86%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CFCD2D (or 0xCFCD2D) is known color: Bitter Lemon. HEX triplet: CF, CD and 2D. RGB value is (207,205,45). Sum of RGB (Red+Green+Blue) = 207+205+45=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 45 (17.97% from 255 or 9.85% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCD2D is #3032D2. Grayscale: #BBBBBB. Windows color (decimal): -3158739 or 3001807. OLE color: 3001807.

HSL color Cylindrical-coordinate representation of color #CFCD2D: hue angle of 59.26º 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 #CFCD2D is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 205 45 -
CMYK 0 0.01 0.78 0.19
HSL 59.26º 0.64% 0.49% -
HSV(B) 59.26º 0.78% 0.81% -
XYZ 48.04 57.12 10.98 -
YUV 187.36 47.66 142.01 -
System Red Green Blue C M Y K H S L
Decimal 207 205 45 0 0.01 0.78 0.19 59.26 0.64 0.49
Hex CF CD 2D 0 1 4E 13 3B 40 31
Octal 317 315 55 0 1 116 23 73 100 61
Binary 11001111 11001101 101101 0 1 1001110 10011 111011 1000000 110001

Color Harmonies of #CFCD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCD2D

Black with #CFCD2D

Text Example


Text Example

White with #CFCD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCD2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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