Html Css Color HEX #D5CF21 Barberry

📋 copy color: '#D5CF21'

red 213 ◦ green 207 ◦ blue 33

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

Shades of Barberry #D5CF21

Tints of Barberry #D5CF21

RGB

 RED value IS 213 (83.59% from 255) = 47.02%

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

 BLUE value IS 33 (13.28% from 255) = 7.28%

R = 47.02%
G = 45.7%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D5CF21 (or 0xD5CF21) is known color: Barberry. HEX triplet: D5, CF and 21. RGB value is (213,207,33). Sum of RGB (Red+Green+Blue) = 213+207+33=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 33 (13.28% from 255 or 7.28% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CF21 is #2A30DE. Grayscale: #BDBDBD. Windows color (decimal): -2765023 or 2215893. OLE color: 2215893.

HSL color Cylindrical-coordinate representation of color #D5CF21: hue angle of 58º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5CF21 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 207 33 -
CMYK 0 0.03 0.85 0.16
HSL 58º 0.73% 0.48% -
HSV(B) 58º 0.85% 0.84% -
XYZ 50.03 58.88 10.17 -
YUV 188.96 39.99 145.15 -
System Red Green Blue C M Y K H S L
Decimal 213 207 33 0 0.03 0.85 0.16 58 0.73 0.48
Hex D5 CF 21 0 3 55 10 3A 49 30
Octal 325 317 41 0 3 125 20 72 111 60
Binary 11010101 11001111 100001 0 11 1010101 10000 111010 1001001 110000

Color Harmonies of #D5CF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CF21

Black with #D5CF21

Text Example


Text Example

White with #D5CF21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CF21; }

 p { color: rgb(213,207,33); }

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

background-color css

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

 a { background-color: rgb(213,207,33); }

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

border-color css

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

 span { border-color: rgb(213,207,33); }

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