Html Css Color HEX #CFC61B Barberry

📋 copy color: '#CFC61B'

red 207 ◦ green 198 ◦ blue 27

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

Shades of Barberry #CFC61B

Tints of Barberry #CFC61B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.83%

 BLUE value IS 27 (10.94% from 255) = 6.25%

R = 47.92%
G = 45.83%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CFC61B (or 0xCFC61B) is known color: Barberry. HEX triplet: CF, C6 and 1B. RGB value is (207,198,27). Sum of RGB (Red+Green+Blue) = 207+198+27=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 198 (77.73% from 255 or 45.83% from 432); Blue value is 27 (10.94% from 255 or 6.25% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC61B is #3039E4. Grayscale: #B5B5B5. Windows color (decimal): -3160549 or 1820367. OLE color: 1820367.

HSL color Cylindrical-coordinate representation of color #CFC61B: hue angle of 57º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFC61B is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 198 27 -
CMYK 0 0.04 0.87 0.19
HSL 57º 0.77% 0.46% -
HSV(B) 57º 0.87% 0.81% -
XYZ 46.12 53.73 8.98 -
YUV 181.2 40.98 146.4 -
System Red Green Blue C M Y K H S L
Decimal 207 198 27 0 0.04 0.87 0.19 57 0.77 0.46
Hex CF C6 1B 0 4 57 13 39 4D 2E
Octal 317 306 33 0 4 127 23 71 115 56
Binary 11001111 11000110 11011 0 100 1010111 10011 111001 1001101 101110

Color Harmonies of #CFC61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC61B

Black with #CFC61B

Text Example


Text Example

White with #CFC61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC61B; }

 p { color: rgb(207,198,27); }

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

background-color css

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

 a { background-color: rgb(207,198,27); }

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

border-color css

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

 span { border-color: rgb(207,198,27); }

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