Html Css Color HEX #CFB825 Barberry

📋 copy color: '#CFB825'

red 207 ◦ green 184 ◦ blue 37

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

Shades of Barberry #CFB825

Tints of Barberry #CFB825

RGB

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

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

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

R = 48.36%
G = 42.99%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CFB825 (or 0xCFB825) is known color: Barberry. HEX triplet: CF, B8 and 25. RGB value is (207,184,37). Sum of RGB (Red+Green+Blue) = 207+184+37=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 184 (72.27% from 255 or 42.99% from 428); Blue value is 37 (14.84% from 255 or 8.64% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB825 is #3047DA. Grayscale: #AEAEAE. Windows color (decimal): -3164123 or 2472143. OLE color: 2472143.

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

Color convert

RGB 207 184 37 -
CMYK 0 0.11 0.82 0.19
HSL 51.88º 0.7% 0.48% -
HSV(B) 51.88º 0.82% 0.81% -
XYZ 43.21 47.68 8.68 -
YUV 174.12 50.62 151.45 -
System Red Green Blue C M Y K H S L
Decimal 207 184 37 0 0.11 0.82 0.19 51.88 0.7 0.48
Hex CF B8 25 0 B 52 13 34 46 30
Octal 317 270 45 0 13 122 23 64 106 60
Binary 11001111 10111000 100101 0 1011 1010010 10011 110100 1000110 110000

Color Harmonies of #CFB825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB825

Black with #CFB825

Text Example


Text Example

White with #CFB825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB825; }

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

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

background-color css

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

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

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

border-color css

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

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

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