Html Css Color HEX #CFCA25 Barberry

📋 copy color: '#CFCA25'

red 207 ◦ green 202 ◦ blue 37

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

Shades of Barberry #CFCA25

Tints of Barberry #CFCA25

RGB

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

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

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

R = 46.41%
G = 45.29%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CFCA25 (or 0xCFCA25) is known color: Barberry. HEX triplet: CF, CA and 25. RGB value is (207,202,37). Sum of RGB (Red+Green+Blue) = 207+202+37=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 37 (14.84% from 255 or 8.30% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCA25 is #3035DA. Grayscale: #B9B9B9. Windows color (decimal): -3159515 or 2476751. OLE color: 2476751.

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

Color convert

RGB 207 202 37 -
CMYK 0 0.02 0.82 0.19
HSL 58.24º 0.7% 0.48% -
HSV(B) 58.24º 0.82% 0.81% -
XYZ 47.19 55.64 10 -
YUV 184.69 44.66 143.92 -
System Red Green Blue C M Y K H S L
Decimal 207 202 37 0 0.02 0.82 0.19 58.24 0.7 0.48
Hex CF CA 25 0 2 52 13 3A 46 30
Octal 317 312 45 0 2 122 23 72 106 60
Binary 11001111 11001010 100101 0 10 1010010 10011 111010 1000110 110000

Color Harmonies of #CFCA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCA25

Black with #CFCA25

Text Example


Text Example

White with #CFCA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCA25; }

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

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

background-color css

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

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

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

border-color css

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

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

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