Html Css Color HEX #CFBE21 Barberry

📋 copy color: '#CFBE21'

red 207 ◦ green 190 ◦ blue 33

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

Shades of Barberry #CFBE21

Tints of Barberry #CFBE21

RGB

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

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

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

R = 48.14%
G = 44.19%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CFBE21 (or 0xCFBE21) is known color: Barberry. HEX triplet: CF, BE and 21. RGB value is (207,190,33). Sum of RGB (Red+Green+Blue) = 207+190+33=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 33 (13.28% from 255 or 7.67% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBE21 is #3041DE. Grayscale: #B1B1B1. Windows color (decimal): -3162591 or 2211535. OLE color: 2211535.

HSL color Cylindrical-coordinate representation of color #CFBE21: hue angle of 54.14º 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 #CFBE21 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 190 33 -
CMYK 0 0.08 0.84 0.19
HSL 54.14º 0.73% 0.47% -
HSV(B) 54.14º 0.84% 0.81% -
XYZ 44.42 50.2 8.79 -
YUV 177.19 46.63 149.27 -
System Red Green Blue C M Y K H S L
Decimal 207 190 33 0 0.08 0.84 0.19 54.14 0.73 0.47
Hex CF BE 21 0 8 54 13 36 48 2F
Octal 317 276 41 0 10 124 23 66 110 57
Binary 11001111 10111110 100001 0 1000 1010100 10011 110110 1001000 101111

Color Harmonies of #CFBE21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBE21

Black with #CFBE21

Text Example


Text Example

White with #CFBE21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBE21; }

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

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

background-color css

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

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

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

border-color css

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

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

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