Html Css Color HEX #CFC315 Bird Flower

📋 copy color: '#CFC315'

red 207 ◦ green 195 ◦ blue 21

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

Shades of Bird Flower #CFC315

Tints of Bird Flower #CFC315

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.1%

 BLUE value IS 21 (8.59% from 255) = 4.96%

R = 48.94%
G = 46.1%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CFC315 (or 0xCFC315) is known color: Bird Flower. HEX triplet: CF, C3 and 15. RGB value is (207,195,21). Sum of RGB (Red+Green+Blue) = 207+195+21=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 21 (8.59% from 255 or 4.96% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC315 is #303CEA. Grayscale: #B3B3B3. Windows color (decimal): -3161323 or 1426383. OLE color: 1426383.

HSL color Cylindrical-coordinate representation of color #CFC315: hue angle of 56.13º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFC315 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 195 21 -
CMYK 0 0.06 0.90 0.19
HSL 56.13º 0.82% 0.45% -
HSV(B) 56.13º 0.9% 0.81% -
XYZ 45.38 52.35 8.42 -
YUV 178.75 38.98 148.15 -
System Red Green Blue C M Y K H S L
Decimal 207 195 21 0 0.06 0.90 0.19 56.13 0.82 0.45
Hex CF C3 15 0 6 5A 13 38 52 2D
Octal 317 303 25 0 6 132 23 70 122 55
Binary 11001111 11000011 10101 0 110 1011010 10011 111000 1010010 101101

Color Harmonies of #CFC315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC315

Black with #CFC315

Text Example


Text Example

White with #CFC315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC315; }

 p { color: rgb(207,195,21); }

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

background-color css

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

 a { background-color: rgb(207,195,21); }

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

border-color css

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

 span { border-color: rgb(207,195,21); }

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