Html Css Color HEX #CFBC28 Barberry

📋 copy color: '#CFBC28'

red 207 ◦ green 188 ◦ blue 40

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

Shades of Barberry #CFBC28

Tints of Barberry #CFBC28

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.22%

 BLUE value IS 40 (16.02% from 255) = 9.2%

R = 47.59%
G = 43.22%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CFBC28 (or 0xCFBC28) is known color: Barberry. HEX triplet: CF, BC and 28. RGB value is (207,188,40). Sum of RGB (Red+Green+Blue) = 207+188+40=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 40 (16.02% from 255 or 9.20% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBC28 is #3043D7. Grayscale: #B1B1B1. Windows color (decimal): -3163096 or 2669775. OLE color: 2669775.

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

Color convert

RGB 207 188 40 -
CMYK 0 0.09 0.81 0.19
HSL 53.17º 0.68% 0.48% -
HSV(B) 53.17º 0.81% 0.81% -
XYZ 44.1 49.39 9.22 -
YUV 176.81 50.79 149.53 -
System Red Green Blue C M Y K H S L
Decimal 207 188 40 0 0.09 0.81 0.19 53.17 0.68 0.48
Hex CF BC 28 0 9 51 13 35 44 30
Octal 317 274 50 0 11 121 23 65 104 60
Binary 11001111 10111100 101000 0 1001 1010001 10011 110101 1000100 110000

Color Harmonies of #CFBC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBC28

Black with #CFBC28

Text Example


Text Example

White with #CFBC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBC28; }

 p { color: rgb(207,188,40); }

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

background-color css

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

 a { background-color: rgb(207,188,40); }

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

border-color css

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

 span { border-color: rgb(207,188,40); }

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