Html Css Color HEX #CFCA17 Barberry

📋 copy color: '#CFCA17'

red 207 ◦ green 202 ◦ blue 23

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

Shades of Barberry #CFCA17

Tints of Barberry #CFCA17

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.76%

 BLUE value IS 23 (9.38% from 255) = 5.32%

R = 47.92%
G = 46.76%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CFCA17 (or 0xCFCA17) is known color: Barberry. HEX triplet: CF, CA and 17. RGB value is (207,202,23). Sum of RGB (Red+Green+Blue) = 207+202+23=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 23 (9.38% from 255 or 5.32% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCA17 is #3035E8. Grayscale: #B7B7B7. Windows color (decimal): -3159529 or 1559247. OLE color: 1559247.

HSL color Cylindrical-coordinate representation of color #CFCA17: hue angle of 58.37º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CFCA17 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 202 23 -
CMYK 0 0.02 0.89 0.19
HSL 58.37º 0.8% 0.45% -
HSV(B) 58.37º 0.89% 0.81% -
XYZ 47.01 55.57 9.06 -
YUV 183.09 37.66 145.05 -
System Red Green Blue C M Y K H S L
Decimal 207 202 23 0 0.02 0.89 0.19 58.37 0.8 0.45
Hex CF CA 17 0 2 59 13 3A 50 2D
Octal 317 312 27 0 2 131 23 72 120 55
Binary 11001111 11001010 10111 0 10 1011001 10011 111010 1010000 101101

Color Harmonies of #CFCA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCA17

Black with #CFCA17

Text Example


Text Example

White with #CFCA17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCA17; }

 p { color: rgb(207,202,23); }

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

background-color css

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

 a { background-color: rgb(207,202,23); }

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

border-color css

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

 span { border-color: rgb(207,202,23); }

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