Html Css Color HEX #CFB829 Barberry

📋 copy color: '#CFB829'

red 207 ◦ green 184 ◦ blue 41

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

Shades of Barberry #CFB829

Tints of Barberry #CFB829

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.59%

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

R = 47.92%
G = 42.59%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CFB829 (or 0xCFB829) is known color: Barberry. HEX triplet: CF, B8 and 29. RGB value is (207,184,41). Sum of RGB (Red+Green+Blue) = 207+184+41=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 41 (16.41% from 255 or 9.49% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB829 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB829 is #3047D6. Grayscale: #AFAFAF. Windows color (decimal): -3164119 or 2734287. OLE color: 2734287.

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

Color convert

RGB 207 184 41 -
CMYK 0 0.11 0.80 0.19
HSL 51.69º 0.67% 0.49% -
HSV(B) 51.69º 0.8% 0.81% -
XYZ 43.27 47.71 9.03 -
YUV 174.58 52.62 151.13 -
System Red Green Blue C M Y K H S L
Decimal 207 184 41 0 0.11 0.80 0.19 51.69 0.67 0.49
Hex CF B8 29 0 B 50 13 34 43 31
Octal 317 270 51 0 13 120 23 64 103 61
Binary 11001111 10111000 101001 0 1011 1010000 10011 110100 1000011 110001

Color Harmonies of #CFB829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB829

Black with #CFB829

Text Example


Text Example

White with #CFB829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB829; }

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

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

background-color css

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

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

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

border-color css

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

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

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