Html Css Color HEX #CFB71D Bird Flower

📋 copy color: '#CFB71D'

red 207 ◦ green 183 ◦ blue 29

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

Shades of Bird Flower #CFB71D

Tints of Bird Flower #CFB71D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.68%

 BLUE value IS 29 (11.72% from 255) = 6.92%

R = 49.4%
G = 43.68%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CFB71D (or 0xCFB71D) is known color: Bird Flower. HEX triplet: CF, B7 and 1D. RGB value is (207,183,29). Sum of RGB (Red+Green+Blue) = 207+183+29=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 29 (11.72% from 255 or 6.92% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB71D is #3048E2. Grayscale: #ADADAD. Windows color (decimal): -3164387 or 1947599. OLE color: 1947599.

HSL color Cylindrical-coordinate representation of color #CFB71D: hue angle of 51.91º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFB71D is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 183 29 -
CMYK 0 0.12 0.86 0.19
HSL 51.91º 0.75% 0.46% -
HSV(B) 51.91º 0.86% 0.81% -
XYZ 42.89 47.22 8.02 -
YUV 172.62 46.95 152.52 -
System Red Green Blue C M Y K H S L
Decimal 207 183 29 0 0.12 0.86 0.19 51.91 0.75 0.46
Hex CF B7 1D 0 C 56 13 34 4B 2E
Octal 317 267 35 0 14 126 23 64 113 56
Binary 11001111 10110111 11101 0 1100 1010110 10011 110100 1001011 101110

Color Harmonies of #CFB71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB71D

Black with #CFB71D

Text Example


Text Example

White with #CFB71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB71D; }

 p { color: rgb(207,183,29); }

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

background-color css

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

 a { background-color: rgb(207,183,29); }

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

border-color css

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

 span { border-color: rgb(207,183,29); }

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