Html Css Color HEX #CFBD21 Barberry

📋 copy color: '#CFBD21'

red 207 ◦ green 189 ◦ blue 33

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

Shades of Barberry #CFBD21

Tints of Barberry #CFBD21

RGB

 RED value IS 207 (81.25% from 255) = 48.25%

 GREEN value IS 189 (74.22% from 255) = 44.06%

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

R = 48.25%
G = 44.06%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CFBD21 (or 0xCFBD21) is known color: Barberry. HEX triplet: CF, BD and 21. RGB value is (207,189,33). Sum of RGB (Red+Green+Blue) = 207+189+33=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 33 (13.28% from 255 or 7.69% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBD21 is #3042DE. Grayscale: #B1B1B1. Windows color (decimal): -3162847 or 2211279. OLE color: 2211279.

HSL color Cylindrical-coordinate representation of color #CFBD21: hue angle of 53.79º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CFBD21 is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 189 33 -
CMYK 0 0.09 0.84 0.19
HSL 53.79º 0.73% 0.47% -
HSV(B) 53.79º 0.84% 0.81% -
XYZ 44.2 49.77 8.72 -
YUV 176.6 46.96 149.68 -
System Red Green Blue C M Y K H S L
Decimal 207 189 33 0 0.09 0.84 0.19 53.79 0.73 0.47
Hex CF BD 21 0 9 54 13 36 48 2F
Octal 317 275 41 0 11 124 23 66 110 57
Binary 11001111 10111101 100001 0 1001 1010100 10011 110110 1001000 101111

Color Harmonies of #CFBD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBD21

Black with #CFBD21

Text Example


Text Example

White with #CFBD21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBD21; }

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

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

background-color css

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

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

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

border-color css

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

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

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