Html Css Color HEX #CFBE20 Barberry

📋 copy color: '#CFBE20'

red 207 ◦ green 190 ◦ blue 32

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

Shades of Barberry #CFBE20

Tints of Barberry #CFBE20

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.29%

 BLUE value IS 32 (12.89% from 255) = 7.46%

R = 48.25%
G = 44.29%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CFBE20 (or 0xCFBE20) is known color: Barberry. HEX triplet: CF, BE and 20. RGB value is (207,190,32). Sum of RGB (Red+Green+Blue) = 207+190+32=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 32 (12.89% from 255 or 7.46% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBE20 is #3041DF. Grayscale: #B1B1B1. Windows color (decimal): -3162592 or 2145999. OLE color: 2145999.

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

Color convert

RGB 207 190 32 -
CMYK 0 0.08 0.85 0.19
HSL 54.17º 0.73% 0.47% -
HSV(B) 54.17º 0.85% 0.81% -
XYZ 44.41 50.2 8.71 -
YUV 177.07 46.13 149.35 -
System Red Green Blue C M Y K H S L
Decimal 207 190 32 0 0.08 0.85 0.19 54.17 0.73 0.47
Hex CF BE 20 0 8 55 13 36 49 2F
Octal 317 276 40 0 10 125 23 66 111 57
Binary 11001111 10111110 100000 0 1000 1010101 10011 110110 1001001 101111

Color Harmonies of #CFBE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBE20

Black with #CFBE20

Text Example


Text Example

White with #CFBE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBE20; }

 p { color: rgb(207,190,32); }

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

background-color css

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

 a { background-color: rgb(207,190,32); }

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

border-color css

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

 span { border-color: rgb(207,190,32); }

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