Html Css Color HEX #CFC71A Barberry

📋 copy color: '#CFC71A'

red 207 ◦ green 199 ◦ blue 26

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

Shades of Barberry #CFC71A

Tints of Barberry #CFC71A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.06%

 BLUE value IS 26 (10.55% from 255) = 6.02%

R = 47.92%
G = 46.06%
B = 6.02%

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

#CFC71A (or 0xCFC71A) is known color: Barberry. HEX triplet: CF, C7 and 1A. RGB value is (207,199,26). Sum of RGB (Red+Green+Blue) = 207+199+26=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 199 (78.12% from 255 or 46.06% from 432); Blue value is 26 (10.55% from 255 or 6.02% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC71A is #3038E5. Grayscale: #B6B6B6. Windows color (decimal): -3160294 or 1755087. OLE color: 1755087.

HSL color Cylindrical-coordinate representation of color #CFC71A: hue angle of 57.35º degrees, saturation: 0.78, 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 #CFC71A is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 199 26 -
CMYK 0 0.04 0.87 0.19
HSL 57.35º 0.78% 0.46% -
HSV(B) 57.35º 0.87% 0.81% -
XYZ 46.34 54.19 8.99 -
YUV 181.67 40.15 146.07 -
System Red Green Blue C M Y K H S L
Decimal 207 199 26 0 0.04 0.87 0.19 57.35 0.78 0.46
Hex CF C7 1A 0 4 57 13 39 4E 2E
Octal 317 307 32 0 4 127 23 71 116 56
Binary 11001111 11000111 11010 0 100 1010111 10011 111001 1001110 101110

Color Harmonies of #CFC71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC71A

Black with #CFC71A

Text Example


Text Example

White with #CFC71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC71A; }

 p { color: rgb(207,199,26); }

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

background-color css

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

 a { background-color: rgb(207,199,26); }

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

border-color css

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

 span { border-color: rgb(207,199,26); }

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