Html Css Color HEX #D0CD28 Barberry

📋 copy color: '#D0CD28'

red 208 ◦ green 205 ◦ blue 40

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

Shades of Barberry #D0CD28

Tints of Barberry #D0CD28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.83%

R = 45.92%
G = 45.25%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D0CD28 (or 0xD0CD28) is known color: Barberry. HEX triplet: D0, CD and 28. RGB value is (208,205,40). Sum of RGB (Red+Green+Blue) = 208+205+40=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 40 (16.02% from 255 or 8.83% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CD28 is #2F32D7. Grayscale: #BBBBBB. Windows color (decimal): -3093208 or 2674128. OLE color: 2674128.

HSL color Cylindrical-coordinate representation of color #D0CD28: hue angle of 58.93º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D0CD28 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 205 40 -
CMYK 0 0.01 0.81 0.18
HSL 58.93º 0.68% 0.49% -
HSV(B) 58.93º 0.81% 0.82% -
XYZ 48.23 57.23 10.51 -
YUV 187.09 44.99 142.92 -
System Red Green Blue C M Y K H S L
Decimal 208 205 40 0 0.01 0.81 0.18 58.93 0.68 0.49
Hex D0 CD 28 0 1 51 12 3B 44 31
Octal 320 315 50 0 1 121 22 73 104 61
Binary 11010000 11001101 101000 0 1 1010001 10010 111011 1000100 110001

Color Harmonies of #D0CD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CD28

Black with #D0CD28

Text Example


Text Example

White with #D0CD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CD28; }

 p { color: rgb(208,205,40); }

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

background-color css

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

 a { background-color: rgb(208,205,40); }

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

border-color css

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

 span { border-color: rgb(208,205,40); }

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