Html Css Color HEX #D0CF30 Bitter Lemon

📋 copy color: '#D0CF30'

red 208 ◦ green 207 ◦ blue 48

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

Shades of Bitter Lemon #D0CF30

Tints of Bitter Lemon #D0CF30

RGB

 RED value IS 208 (81.64% from 255) = 44.92%

 GREEN value IS 207 (81.25% from 255) = 44.71%

 BLUE value IS 48 (19.14% from 255) = 10.37%

R = 44.92%
G = 44.71%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D0CF30 (or 0xD0CF30) is known color: Bitter Lemon. HEX triplet: D0, CF and 30. RGB value is (208,207,48). Sum of RGB (Red+Green+Blue) = 208+207+48=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 48 (19.14% from 255 or 10.37% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CF30 is #2F30CF. Grayscale: #BDBDBD. Windows color (decimal): -3092688 or 3198928. OLE color: 3198928.

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

Color convert

RGB 208 207 48 -
CMYK 0 0.00 0.77 0.18
HSL 59.63º 0.63% 0.5% -
HSV(B) 59.63º 0.77% 0.82% -
XYZ 48.86 58.25 11.46 -
YUV 189.17 48.33 141.43 -
System Red Green Blue C M Y K H S L
Decimal 208 207 48 0 0.00 0.77 0.18 59.63 0.63 0.5
Hex D0 CF 30 0 0 4D 12 3C 3F 32
Octal 320 317 60 0 0 115 22 74 77 62
Binary 11010000 11001111 110000 0 0 1001101 10010 111100 111111 110010

Color Harmonies of #D0CF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CF30

Black with #D0CF30

Text Example


Text Example

White with #D0CF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CF30; }

 p { color: rgb(208,207,48); }

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

background-color css

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

 a { background-color: rgb(208,207,48); }

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

border-color css

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

 span { border-color: rgb(208,207,48); }

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