Html Css Color HEX #CFB929 Barberry

📋 copy color: '#CFB929'

red 207 ◦ green 185 ◦ blue 41

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

Shades of Barberry #CFB929

Tints of Barberry #CFB929

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.73%

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

R = 47.81%
G = 42.73%
B = 9.47%

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

#CFB929 (or 0xCFB929) is known color: Barberry. HEX triplet: CF, B9 and 29. RGB value is (207,185,41). Sum of RGB (Red+Green+Blue) = 207+185+41=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 41 (16.41% from 255 or 9.47% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB929 is #3046D6. Grayscale: #AFAFAF. Windows color (decimal): -3163863 or 2734543. OLE color: 2734543.

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

Color convert

RGB 207 185 41 -
CMYK 0 0.11 0.80 0.19
HSL 52.05º 0.67% 0.49% -
HSV(B) 52.05º 0.8% 0.81% -
XYZ 43.48 48.12 9.09 -
YUV 175.16 52.29 150.71 -
System Red Green Blue C M Y K H S L
Decimal 207 185 41 0 0.11 0.80 0.19 52.05 0.67 0.49
Hex CF B9 29 0 B 50 13 34 43 31
Octal 317 271 51 0 13 120 23 64 103 61
Binary 11001111 10111001 101001 0 1011 1010000 10011 110100 1000011 110001

Color Harmonies of #CFB929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB929

Black with #CFB929

Text Example


Text Example

White with #CFB929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB929; }

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

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

background-color css

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

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

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

border-color css

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

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

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