Html Css Color HEX #CFCC25 Barberry

📋 copy color: '#CFCC25'

red 207 ◦ green 204 ◦ blue 37

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

Shades of Barberry #CFCC25

Tints of Barberry #CFCC25

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.54%

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

R = 46.21%
G = 45.54%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CFCC25 (or 0xCFCC25) is known color: Barberry. HEX triplet: CF, CC and 25. RGB value is (207,204,37). Sum of RGB (Red+Green+Blue) = 207+204+37=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 37 (14.84% from 255 or 8.26% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCC25 is #3033DA. Grayscale: #BABABA. Windows color (decimal): -3159003 or 2477263. OLE color: 2477263.

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

Color convert

RGB 207 204 37 -
CMYK 0 0.01 0.82 0.19
HSL 58.94º 0.7% 0.48% -
HSV(B) 58.94º 0.82% 0.81% -
XYZ 47.66 56.58 10.16 -
YUV 185.86 43.99 143.08 -
System Red Green Blue C M Y K H S L
Decimal 207 204 37 0 0.01 0.82 0.19 58.94 0.7 0.48
Hex CF CC 25 0 1 52 13 3B 46 30
Octal 317 314 45 0 1 122 23 73 106 60
Binary 11001111 11001100 100101 0 1 1010010 10011 111011 1000110 110000

Color Harmonies of #CFCC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCC25

Black with #CFCC25

Text Example


Text Example

White with #CFCC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCC25; }

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

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

background-color css

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

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

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

border-color css

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

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

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