Html Css Color HEX #CFB727 Barberry

📋 copy color: '#CFB727'

red 207 ◦ green 183 ◦ blue 39

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

Shades of Barberry #CFB727

Tints of Barberry #CFB727

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.66%

 BLUE value IS 39 (15.63% from 255) = 9.09%

R = 48.25%
G = 42.66%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CFB727 (or 0xCFB727) is known color: Barberry. HEX triplet: CF, B7 and 27. RGB value is (207,183,39). Sum of RGB (Red+Green+Blue) = 207+183+39=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 39 (15.62% from 255 or 9.09% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB727 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB727 is #3048D8. Grayscale: #AEAEAE. Windows color (decimal): -3164377 or 2602959. OLE color: 2602959.

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

Color convert

RGB 207 183 39 -
CMYK 0 0.12 0.81 0.19
HSL 51.43º 0.68% 0.48% -
HSV(B) 51.43º 0.81% 0.81% -
XYZ 43.03 47.28 8.78 -
YUV 173.76 51.95 151.71 -
System Red Green Blue C M Y K H S L
Decimal 207 183 39 0 0.12 0.81 0.19 51.43 0.68 0.48
Hex CF B7 27 0 C 51 13 33 44 30
Octal 317 267 47 0 14 121 23 63 104 60
Binary 11001111 10110111 100111 0 1100 1010001 10011 110011 1000100 110000

Color Harmonies of #CFB727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB727

Black with #CFB727

Text Example


Text Example

White with #CFB727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB727; }

 p { color: rgb(207,183,39); }

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

background-color css

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

 a { background-color: rgb(207,183,39); }

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

border-color css

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

 span { border-color: rgb(207,183,39); }

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