Html Css Color HEX #CFBC25 Barberry

📋 copy color: '#CFBC25'

red 207 ◦ green 188 ◦ blue 37

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

Shades of Barberry #CFBC25

Tints of Barberry #CFBC25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.56%

R = 47.92%
G = 43.52%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CFBC25 (or 0xCFBC25) is known color: Barberry. HEX triplet: CF, BC and 25. RGB value is (207,188,37). Sum of RGB (Red+Green+Blue) = 207+188+37=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 37 (14.84% from 255 or 8.56% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBC25 is #3043DA. Grayscale: #B1B1B1. Windows color (decimal): -3163099 or 2473167. OLE color: 2473167.

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

Color convert

RGB 207 188 37 -
CMYK 0 0.09 0.82 0.19
HSL 53.29º 0.7% 0.48% -
HSV(B) 53.29º 0.82% 0.81% -
XYZ 44.05 49.37 8.96 -
YUV 176.47 49.29 149.78 -
System Red Green Blue C M Y K H S L
Decimal 207 188 37 0 0.09 0.82 0.19 53.29 0.7 0.48
Hex CF BC 25 0 9 52 13 35 46 30
Octal 317 274 45 0 11 122 23 65 106 60
Binary 11001111 10111100 100101 0 1001 1010010 10011 110101 1000110 110000

Color Harmonies of #CFBC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBC25

Black with #CFBC25

Text Example


Text Example

White with #CFBC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBC25; }

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

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

background-color css

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

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

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

border-color css

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

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

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