Html Css Color HEX #D2CF22 Barberry

📋 copy color: '#D2CF22'

red 210 ◦ green 207 ◦ blue 34

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

Shades of Barberry #D2CF22

Tints of Barberry #D2CF22

RGB

 RED value IS 210 (82.42% from 255) = 46.56%

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

 BLUE value IS 34 (13.67% from 255) = 7.54%

R = 46.56%
G = 45.9%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D2CF22 (or 0xD2CF22) is known color: Barberry. HEX triplet: D2, CF and 22. RGB value is (210,207,34). Sum of RGB (Red+Green+Blue) = 210+207+34=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 34 (13.67% from 255 or 7.54% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CF22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CF22 is #2D30DD. Grayscale: #BCBCBC. Windows color (decimal): -2961630 or 2281426. OLE color: 2281426.

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

Color convert

RGB 210 207 34 -
CMYK 0 0.01 0.84 0.18
HSL 58.98º 0.72% 0.48% -
HSV(B) 58.98º 0.84% 0.82% -
XYZ 49.18 58.44 10.2 -
YUV 188.18 40.99 143.57 -
System Red Green Blue C M Y K H S L
Decimal 210 207 34 0 0.01 0.84 0.18 58.98 0.72 0.48
Hex D2 CF 22 0 1 54 12 3B 48 30
Octal 322 317 42 0 1 124 22 73 110 60
Binary 11010010 11001111 100010 0 1 1010100 10010 111011 1001000 110000

Color Harmonies of #D2CF22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CF22

Black with #D2CF22

Text Example


Text Example

White with #D2CF22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CF22; }

 p { color: rgb(210,207,34); }

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

background-color css

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

 a { background-color: rgb(210,207,34); }

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

border-color css

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

 span { border-color: rgb(210,207,34); }

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