Html Css Color HEX #CFBA29 Barberry

📋 copy color: '#CFBA29'

red 207 ◦ green 186 ◦ blue 41

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

Shades of Barberry #CFBA29

Tints of Barberry #CFBA29

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.86%

 BLUE value IS 41 (16.41% from 255) = 9.45%

R = 47.7%
G = 42.86%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CFBA29 (or 0xCFBA29) is known color: Barberry. HEX triplet: CF, BA and 29. RGB value is (207,186,41). Sum of RGB (Red+Green+Blue) = 207+186+41=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 41 (16.41% from 255 or 9.45% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBA29 is #3045D6. Grayscale: #B0B0B0. Windows color (decimal): -3163607 or 2734799. OLE color: 2734799.

HSL color Cylindrical-coordinate representation of color #CFBA29: hue angle of 52.41º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFBA29 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 186 41 -
CMYK 0 0.10 0.80 0.19
HSL 52.41º 0.67% 0.49% -
HSV(B) 52.41º 0.8% 0.81% -
XYZ 43.69 48.54 9.16 -
YUV 175.75 51.96 150.29 -
System Red Green Blue C M Y K H S L
Decimal 207 186 41 0 0.10 0.80 0.19 52.41 0.67 0.49
Hex CF BA 29 0 A 50 13 34 43 31
Octal 317 272 51 0 12 120 23 64 103 61
Binary 11001111 10111010 101001 0 1010 1010000 10011 110100 1000011 110001

Color Harmonies of #CFBA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBA29

Black with #CFBA29

Text Example


Text Example

White with #CFBA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBA29; }

 p { color: rgb(207,186,41); }

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

background-color css

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

 a { background-color: rgb(207,186,41); }

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

border-color css

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

 span { border-color: rgb(207,186,41); }

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