Html Css Color HEX #D0D51D Barberry

📋 copy color: '#D0D51D'

red 208 ◦ green 213 ◦ blue 29

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

Shades of Barberry #D0D51D

Tints of Barberry #D0D51D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.33%

 BLUE value IS 29 (11.72% from 255) = 6.44%

R = 46.22%
G = 47.33%
B = 6.44%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D0D51D (or 0xD0D51D) is known color: Barberry. HEX triplet: D0, D5 and 1D. RGB value is (208,213,29). Sum of RGB (Red+Green+Blue) = 208+213+29=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 213 (83.59% from 255 or 47.33% from 450); Blue value is 29 (11.72% from 255 or 6.44% from 450); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D51D is #2F2AE2. Grayscale: #BFBFBF. Windows color (decimal): -3091171 or 1955280. OLE color: 1955280.

HSL color Cylindrical-coordinate representation of color #D0D51D: hue angle of 61.63º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0D51D is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 213 29 -
CMYK 0.02 0 0.86 0.16
HSL 61.63º 0.76% 0.47% -
HSV(B) 61.63º 0.86% 0.84% -
XYZ 50.03 61.09 10.32 -
YUV 190.53 36.84 140.46 -
System Red Green Blue C M Y K H S L
Decimal 208 213 29 0.02 0 0.86 0.16 61.63 0.76 0.47
Hex D0 D5 1D 2 0 56 10 3E 4C 2F
Octal 320 325 35 2 0 126 20 76 114 57
Binary 11010000 11010101 11101 10 0 1010110 10000 111110 1001100 101111

Color Harmonies of #D0D51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D51D

Black with #D0D51D

Text Example


Text Example

White with #D0D51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D51D; }

 p { color: rgb(208,213,29); }

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

background-color css

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

 a { background-color: rgb(208,213,29); }

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

border-color css

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

 span { border-color: rgb(208,213,29); }

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